*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Fri, 29 Sep 2006 21:18:15 +0000 (21:18 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 29 Sep 2006 21:18:15 +0000 (21:18 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 06a59a16f23a36f62ae5f41210a655035e5a2a4f..dbf5ea0cb7fab3990661d53ec9429d9b7944331b 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-29  Juri Linkov  <juri@jurta.org>
+
+       * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
+       to nil if there is no previous property change.
+
 2006-09-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
 
        * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
index 3aeca258be148c4d7a34a86bb6e06347f8d8ed5c..109ac9d704e7023ef64c82b15a82bce2f817c5f4 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-29  Juri Linkov  <juri@jurta.org>
+
+       * modes.texi (%-Constructs): Reorder coding systems in the
+       documentation of %z to the real order displayed in the modeline.
+
 2006-09-25  Richard Stallman  <rms@gnu.org>
 
        * os.texi (Timers): Describe timer-max-repeats.
index 7c88cbd6338e06c5234f2c4b258d60c09b424668..80dd9966122a0efb6cc50bae34eaccbd4cbb56cb 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-29  Juri Linkov  <juri@jurta.org>
+
+       * buffer.c (syms_of_buffer): Reorder coding systems in the
+       docstring of %z to the real order displayed in the modeline.
+
 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).